home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form About
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- Caption = "About"
- ClientHeight = 2265
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 4275
- ControlBox = 0 'False
- Height = 2670
- Left = 1035
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2265
- ScaleWidth = 4275
- Top = 1140
- Width = 4395
- Begin CommandButton CmdOkay
- BackColor = &H00C0C0C0&
- Cancel = -1 'True
- Caption = "O &K A Y"
- Default = -1 'True
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 435
- Left = 360
- TabIndex = 0
- Top = 1620
- Width = 3555
- End
- Begin Label Label3
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Another shareware product by Digital PowerTOOLS"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000000&
- Height = 255
- Left = 180
- TabIndex = 3
- Top = 1200
- Width = 3915
- End
- Begin Label Label2
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Label2"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000080&
- Height = 255
- Left = 360
- TabIndex = 2
- Top = 900
- Width = 3555
- End
- Begin Label Label1
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Message.VBX"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 18
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00800000&
- Height = 435
- Left = 1080
- TabIndex = 1
- Top = 240
- Width = 2835
- End
- Begin Image Image1
- Height = 480
- Left = 360
- Picture = ABOUT.FGX:0000
- Top = 240
- Width = 480
- End
- Begin Line Line1
- BorderColor = &H00808000&
- BorderWidth = 2
- X1 = 1080
- X2 = 3900
- Y1 = 600
- Y2 = 600
- End
- Sub CmdOkay_Click ()
- Unload Me
- End Sub
- Sub Form_Load ()
- FormCenterScreen Me
- Label2.Caption = "Copyright " + Chr$(169) + " 1995 by Digital PowerTOOLS"
- Screen.MousePointer = 0
- End Sub
- Sub Form_Paint ()
- DoForm3D Me, "raised", 2, 0
- DoForm3D Me, "sunken", 2, 2
- End Sub
-